@import '../js/slick-theme.css';
@import '../js/slick.css';
body{color:#393a48;}
a{color:#393a48; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:#051388;}
body{
	font-size:16px;
	font-family:"Microsoft Yahei","Arial","Helvetica";
}
li,ul{
	margin:0;padding:0;list-style:none;
}
img{max-width:100%;}
/*webkit浏览器滚动条*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
    background: #F6F6F6;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius:3px;
    border-radius:3px;
    background: #CCC;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #CCC;
}
.head{
	position: fixed; top:0;left:0;z-index:99;
	width:100%; padding:0 8% 60px;
	display: flex; flex-flow:row nowrap; align-items:center;
	justify-content:space-between; 
	/*background:linear-gradient(to bottom,#092082,rgba(9,32,130,0));*/
}
.logo{
	position: relative;display: block; margin:13px 0;
}
.head .a{
	position: absolute;
	left:0;top:0;z-index:2; opacity: 0;
}
.head .b{
	display: block;
}
.menu{margin:28px 0;}
.menu li{
	display: inline-block; font-size:18px; line-height:45px; padding:0 25px;
}
.menu li::after{content:'';
	display: block; width:0%; height:1px;
	background-color:#de5310; transition:width .4s ease 0s;
}
.menu li a{color:#fff;} 
.menu li:hover::after{width:100%;}
.menu li:hover a{color:#de5310!important;}
.tel{padding:34px 2%; position: relative;}
.head::after{
	content:''; width:100%; height:0%; background-color:#fff;
	position: absolute; left:0;top:0; z-index:-1;
	transition:all 0.4s ease 0s;
}
.head.on::after{height:100%; }
.head.on .a{opacity:1;}
.head.on .menu a{color:#333;}
.head.on{box-shadow:0 4px 15px rgba(0,79,150,0.18);padding-bottom:0;}
.head.on .tel{
	background-color:#112e6f;
}

.banner{ 
	width:100%; height:100%;
	transition:all 0.7s;
	display: block;	overflow:hidden;
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */ 
    --swiper-pagination-bullet-width:45px;
    --swiper-pagination-bullet-height:1px;
    --swiper-pagination-bullet-inactive-color:#fff;
    --swiper-pagination-color:#fff;
}
.banner.on{height:0;}
.swiper-pagination-bullet-active{--swiper-pagination-bullet-height:4px;}
.banner video{
	width:100%; height:100vh; object-fit: cover;
}
.banner .slick-slide{ display: block;
	position: relative; width:100%; height:100vh;
	background-color:#000870;
}
.banner img{
	object-fit:cover; width:100%; height:100vh;
}

@keyframes jump{
	0%{ transform:translateY(0px); }
	50%{ transform:translateY(10px);}
	100%{ transform:translateY(0px);}
}
.banner .mouse{
	position: absolute; left:50%;bottom:50px;z-index:99;
	background:url('../img/mouse.png') center no-repeat;
	background-size:cover;
	width:24px; height:34px; margin-left: -12px; 
	animation:jump 1s infinite 0s;
}
.swiper-pagination-bullet{border-radius:0; transition:all 0.4s ease 0s;
}
.slide2{
	background:url('../img/bannerbg2.jpg') no-repeat;	 
}
.slide1{
	background:url('../img/bannerbg.jpg') no-repeat;	 
}
.banner .txt{
   position: absolute; top:28%;left:15%; 
   width:70%;
   color:#f1f3ff;  overflow:hidden;
   transform:translateX(-100px);
   transition:all 1s ease 0s; 
}
.txt h1{ 
	display: block;
	font-size:80px; line-height:1.2;
	text-shadow:0 2px 10px rgba(20,125,75,0.2);
	position: relative;
	margin-bottom: 40px;
}
.swiper-slide-active .txt{ 
	transform:translateX(0px);
}
.txt h4{font-size:30px;}
.slide2 .txt h1{text-align:center; line-height:1.5;}
/*fuwu*/
.title{
	display: block; text-align:center;
	margin-top: 100px; color:#283d5e;
}
.title h2{
	font:normal 48px/1 "Microsoft Yahei";
	color:#283d5e;position: relative;
	margin-bottom: 24px;
}
.title h2 span{
	position: absolute; left:0;top:0;
	width:100%; z-index:-1;
	font:bold 110px/42px "Times New Roman";
	color:#eff3fc;
	text-transform:uppercase;
}

.fuwu{
	display: flex;
	flex-flow:row wrap; 
	padding:35px 8%;
	justify-content:space-between;
}
.fuwu .item{
	width:31%;  margin:0 10px 24px;
	border-radius:12px;
	padding:24px 32px 32px;
	box-shadow:0 5px 20px rgba(0,79,255,0.1);	
	transition:all .4s ease 0s;
}
.fuwu .item1{
	background:url('../img/web1.jpg') top center  no-repeat #fff;
	background-size:110% auto;
}
.fuwu .item2{
	background:url('../img/web2.jpg') top center  no-repeat #fff;
	background-size:110% auto;
}
.fuwu .item3{
	background:url('../img/web3.jpg') top center  no-repeat #fff;
	background-size:110% auto;
}
.fuwu .item4{
	background:url('../img/web4.jpg') top center  no-repeat #fff;
	background-size:110% auto;
}
.fuwu .item:hover{
	background-size:100% auto;
	box-shadow:0 12px 30px rgba(0,79,255,0.2);
	transform:translateY(-2px);
}
.item a{color:#112e6f;}
.item h3{
	font-size:30px; margin:20px 0 16px;
}
.item h3 span{display: block; font-size:16px; line-height:1.8; color:#7884a0;}
.item p{
	display: inline-block;
	width:31%; margin-right: 1%;
	margin-bottom: 4px;
	border-radius:20px;
	padding:3px 14px; 
	background-color:#d0e5ff;
	font-size:14px; white-space:nowrap;
	overflow:hidden; text-overflow:ellipsis;
}
.item p:hover{
	background-color:#dfedff;
}

/*解决方案*/
.fa-tit{
	position: absolute; top:70px;left:0;z-index:3;
	display: block;width:100%; text-align:center;
	font-size:48px; color:#fff;
}
.fa-tit::after{
	content:''; display: block; width:80px; height:5px;
	background:linear-gradient(to right,#00c0fa,#015eea);
	margin:10px auto 0;
}
.fangan{
	display: block; width:100%; position: relative;
	background-color:#112e6f;
}
.particlesbox{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.fangan .case-info{
	width:100%; position: relative; overflow:hidden;
}
.case-info .case{
	display: flex; flex-flow:column wrap;
	align-items:center; height:700px;
}
.case-info .case1{
	background:url('../img/item.jpg') center no-repeat;
}
.case-info .case2{
	background:url('../img/item2.jpg') center no-repeat;
}
.case-info .case3{
	background:url('../img/item3.jpg') center no-repeat;
}
.case-info .case4{
	background:url('../img/item4.jpg') center no-repeat;
}
.case-info .case5{
	background:url('../img/item5.jpg') center no-repeat;
}
.case-info .case6{
	background:url('../img/item6.jpg') center no-repeat;
}
.fangan .case-t{
	position: absolute; left:36%;top:35%; z-index: 2;
	color:#fff;  width:50%; 
}
.case-t h2{
	font-weight: bold; font-size:30px;
	animation: fadeInLeft 0.5s 1;
}
.case-t h4{font-weight: bold; margin:15px 0 28px;
	line-height:1.4; 
}
.slick-current .case-t{
	animation:fadeInRight 0.8s 1 ease-out 0.1s;	
}
.blank{
	background-color:transparent;
	border:1px solid #fff; border-radius:8px;
	color:#fff; line-height:45px; width:150px;
	display: inline-block; text-align:center;
	margin-right: 45px; margin-top: 30px;
	transition:all 0.4s ease 0s;
}
.blank.blue{
	background-color:#0160ea; border-color:#0160ea;
	color:#fff;
}
.blank:hover{
	color:#fff; 
	animation:tada 0.8s 1 ease-in;
}
.case-nav{
	position: absolute; left:12%;bottom:100px; z-index:9;
	background-color:#657597; border-radius:10px;
	color:#fff; padding:5px 0;
	font-size:18px; width:300px;
	transition:all 0.4s ease 0s;
}
.case-nav li{
    padding:10px 28px; line-height:40px;
    border-radius:10px; width:100%; 
    transition:all 0.5s ease 0s;
    cursor:pointer;
    position: relative;
}
.case-nav li::after{ opacity: 0;
	content:url(../img/jiantou.png);
	position: absolute; right:15px;top:10px;
	transition:all 0.6s ease 0s;
}
.case-nav li.active{
	width:340px;
	background:linear-gradient(to right,#00c0fa,#015eea);
}
.case-nav li.active::after{opacity: 1;}


/*了解天泽*/
.about{display: block;
	padding:100px 8% 30px;
	position: relative;
}
.about::before{
	content:'tianze';
	text-transform:uppercase;
	position: absolute; right:8%; top:40px;
	font-size:13em; opacity:0.1;
	color:#99b8e7; font-weight:bold;
	font-family: Times New Roman;
}
.about h1{
	display: block;
	font-size:48px;
}
.about h1 b{color:#de5310;}
.about h3{font-size:36px; color:#404859;margin-top: 10px;}
.about p{
	display: inline-block; width:47%;
	margin:20px 0 40px; line-height:2;
}
.fr{float:right;}
.about a{ display: inline-block;
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
}
.paroller{overflow:hidden; width:100%;}
.works{
	display: block;margin-bottom: 40px;
	white-space:nowrap; 
}
.works li{
	width:440px; border-radius:15px; border:6px solid #d2daff;
	overflow:hidden;
	display: inline-block; margin-right: 15px;
}
/*home-联系*/
.lianxi{ position: relative; margin-top:30px;
	background:url('../img/lxbg.jpg') center no-repeat;
	height:400px; display: flex;  
	flex-flow:column wrap;
	align-items:center; justify-content:center;
	text-align:center; color:#fff; overflow:hidden;
	 font-size:18px;
}
.lianxi h4{	font-size:20px;}
.lianxi h4::before,.lianxi h4::after{
	content:''; display: inline-block; width:60px; height:1px;
	background-color:#fff; vertical-align:middle; margin:0 15px;
}
.lianxi h2{font-size:48px; letter-spacing:2px;margin:18px 0 30px;}
.lianxi button{ position: relative;z-index:9;
	background-color:#de5310; line-height:60px;
	min-width:260px; max-width:93%; border:0; margin-top: 40px;
}
.lianxi button:hover{
	animation:pulse 0.8s 1 ease-in;
}
.foot{
	background:url('../img/footbg.jpg') center no-repeat;
	text-align:center; color:#e0e7f2;
}
.slogan{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding:30px 10%;
	display: flex; flex-flow:row wrap;
	justify-content:space-between; font-size:18px;
	margin-bottom: 40px; color:#fff;
}

.slogan li i{font-size:32px; margin-right: 8px; vertical-align:middle;}
.foot-logo{
	display: block;	width:420px;
	margin:0 auto 15px;
}
.online{
	display: flex; flex-flow:row wrap; 
	justify-content:center;
	position: relative;z-index:9;
}
.online li{
	margin:10px 18px; position: relative;
}
.online li .iconfont{font-size:20px;}
.copyright{
	display: block; padding:35px 0; text-align:center;
	background-color:rgba(0,0,0,0.2); margin-top: 40px;
}
.copyright a{margin:0 6px; color:#fff;}
.online div{ display: none;
	position: absolute; left:-50px;bottom:28px;
	background-color:#fff; border-radius:8px;
	padding:4px 2px; width:180px; 
	transition:all .6s ease 0s;
} 
.online div h4{margin:12px 0 10px; font-size:16px; color:#393a48;}
.online div a{
	display: block; padding:5px 0;
	background:url('../img/qq.png') 20px center no-repeat;
}

/*手机端*/
.hamburger{display: none; margin-top: 14px;
	position: relative;z-index:999;
}
.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
.head.on .hamburger .line{background-color:#323971;}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/*关于我们*/
@font-face{
	font-family:'jiankang';
	src:url('jiankang.ttf');
}
.nbanner{ 
	height:420px;
	text-align:center;
	color:#fff;
	font-size:60px; padding-top:8%;
	display: flex; align-items:center;
	justify-content:center;
	flex-flow:column wrap; font-family: jiankang;
}
.nbanner span{ color:#ffa929;
	font-size:15px; letter-spacing:1em; opacity: 0.8;
	text-transform:uppercase; margin-bottom: 15px;
}
.nbanner p{font-size:16px; color:#bdc1ea; margin-top: 15px;}
.nbanner p a{color:#bdc1ea;}
.nbanner.gy{
	background:url('../img/gy-banner.jpg') center no-repeat;
	background-size:auto 420px;
}
.nbanner.al{
	background:url('../img/al-banner.jpg') center no-repeat;
	background-size:auto 420px;
}
.nbanner.fa{
	background:url('../img/fa-banner.jpg') center no-repeat;
	background-size:auto 420px;
}
.nbanner.fw{
	background:url('../img/fw-banner.jpg') center no-repeat;
	background-size:auto 420px;
}
.fl{float:left;}
.con{padding:0 8%;display: block;}
/*关于我们*/
.jianjie{
	margin-top: 140px; margin-bottom:140px;
	display: flex; flex-flow:row wrap;
	align-items:flex-end;
	justify-content:space-between;
	background:url('../img/about-bg.png') right top no-repeat;
}
.tit{
	display: block; width:100%;
	font-size:48px;
}
.tit b{color:#18368d;}
.tit span{
	font-size:32px; color:#dbe6f6; 
	text-transform:uppercase;
	font-family: Times New Roman;
}
.jianjie h3{
	font-size:36px; color:#404859;margin-top: 10px;
	margin-bottom: 40px;
}
.gy-info{
	font-size:15px; line-height:1.8;
	margin-bottom:40px;
}
.gy-info p{text-indent:32px}
.jianjie img{width:31.2%;}
.mokuai{
	width:100%; margin:40px 0 0;
	display: flex; flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}
.mokuai h4{font-size:24px;font-weight: bold;}
.mokuai h4::after{content:'';
	display: block; width:60px; height:3px;
	background-color:#18368d;
	margin:10px auto 0;
}
.mokuai p{ width:85%;
	line-height:1.8; font-size:14px;
	text-align:justify; margin:0;
}

.honor{
	background:url('../img/aboutbg2.jpg') no-repeat center;
	padding-top: 100px; padding-bottom:100px;
}
.honorlist{
	margin:30px 0 0;
}
.honorlist .slick-slide {margin:0 20px;background-color:#fff;}
.honorlist .slick-slide img{
	border:0px solid #fff; width:100%; height:490px;
}
.honorlist .slick-prev:before,.honorlist .slick-next:before{
  color:#18368d;
}
.yuanjing{
	margin-top: 100px; margin-bottom: 100px;
	display: flex; flex-flow:row wrap;
	justify-content:space-between;
}
.yuanjing .txt{
	line-height:2;
}
.yuanjing .tit{margin-bottom:20px;}

.w48per{width:48%;}
.map{
	display: block;
	background:url('../img/map.jpg') center no-repeat;
	height:500px;
}
.map a{display: block; width:100%;height:100%;}

/*客户案例*/
.subnav{
	margin:25px 0 25px; display: block;
    font-size:18px;
}
.subnav li{
	display: inline-block; margin-right: 10px;
	padding:10px 20px; border-radius:7px;
}
.subnav li.cur{
	background-color:#e1ebfb; 
	font-weight: bold;
}
.subnav li.cur a{color:#051388;}
.picList{
	display: block; margin-top: 40px;
	margin-left: -1%;
}
.picList li{width:31.2%; margin:0 1%; display: inline-block; vertical-align:top;}
.picList li p{
	display: block; text-align:center; font-size:18px;
	margin:20px 0 40px;
}
.picList li .img{
	display: block; width:100%; height:310px; overflow:hidden;object-fit:cover;
}
.picList li .img img{width:100%; height:100%; object-fit:cover; transition:all 0.4s ease 0s;}
.picList li:hover img{
   transform:scale(1.02);
}
.fenye{
	display: block; margin:30px 0; text-align:center;
}
.con.text{
	padding:30px 0; width:1280px; margin:0 auto;
}
.con.text img{border:0px solid #cdcfd7;
	border-radius:20px; 
	display: block; margin:0 auto 15px;
	max-width:1200px;
}
.con.text video{width:100%}
.nextart{
	display: block; text-align:center;
	font-size:16px; color:#aaa;
	margin-bottom: 40px;
}
.nextart p{
	margin-bottom: 30px;
}
.info{ 
	display: block; margin:40px auto 25px;
}
.info::before{
	content:'项目介绍';
	font-size:28px;font-weight: bold;
	display: block;
	margin-bottom: 20px; color:#0b1787;
}
.info h4{
	margin:50px 0 30px;
	color:#71768e; font-size:17px;
	display: block; text-align:center;
}
.toTop{display: none;
	position: fixed; right:0;bottom:10%; z-index:999;
	width:100px;height:100px;border-radius:50%;
	line-height:96px;
	background-color:#112e6f; font-size:20px;
	color:#fff; text-align:center;
	cursor:pointer;
}
.fenye{
	display: block; width:100%;	 text-align:center;
	margin:30px 0 50px; 
}
.fenye a{
	padding:10px 14px; border-radius:3px;
	background-color:#f8f8f8;
}
.fenye a.curr{
	background-color:#112e6f; color:#fff;
}
/*企业动态*/
.newslist{
	display: flex; margin:40px 0;
	flex-flow:row wrap; 
	align-items:stretch;
}
.newslist li{
	display: inline-block; 
	width:23%;
	border-radius:8px;
	border:1px solid #e4ebf8;
	margin:0 0.8% 25px;
	padding:20px;
	font-size:18px;
	transition:all 0.4s ease 0s;
	vertical-align:top;
}
.newslist li span{
	display: block; color:#ffa929; 
	font-size:16px;
	margin:10px 0 10px;
}
.newslist li p{
	font-size:14px; color:#aab1bc;
	margin-top: 10px;
}
.newslist .img{width:100%; height:15rem;
	object-fit:cover; overflow:hidden;
} 
.newslist .img img{width:100%;height:100%; object-fit:cover;}
.newslist li a{color:#16469f;font-weight: bold; margin-top: 10px;
display: block;}
.newslist li:hover{
	background-color:#f6f9ff;
	box-shadow:0 3px 12px rgba(0,0,150,0.1);
} 
.page-header{
	display: block; text-align:center;
	font-size:34px; font-weight: bold;
}
.page-header div{
	display: block; margin:10px 0;
	color:#aab1bc; font-size:15px;
	font-weight: normal;
}
.page-header span{margin-right: 15px;}

/*服务项目*/
.items{
	margin:150px 0 10px;
	display: block;
	padding-right:8%;
	position: relative;
}
.items-info{
	width:39%; margin-left: 8%; margin-top: 30px;
}
.items-info i{
	display: inline-block;
	width:95px; height:95px; border-radius:50%;
	border:1px solid #b6c1d8;
	line-height:95px; text-align:center;
	font-size:40px; color:#1842a0;
	margin-right:17px; vertical-align:middle;
}
.items-info h3{
	display: inline-block; font-size:48px;
	color:#354360; vertical-align:middle;
}
.items-info h3 span{
	display: block; font-size:16px; color:#ffa929;
	text-transform:uppercase;
}
.items img{width:50%; position: relative; z-index:2;}
.items-info h4{
	display: block; font-size:16px;
	margin:25px 0 18px; line-height:1.6;
}
.items-info h4 span{
	display: block; color:#2a417c;
}
.items-info p{
	display: inline-block; max-width:130px;
	background-color:#e8eff8; border-radius:20px;
	padding:5px 14px;
	font-size:14px; 
	margin-right: 16px;
}
.link{ 
	position: absolute; left:0;bottom:0;
	background-color:#e6f1ff; width:50%;
	padding-left: 8%; height:142px;
	display: flex; align-items:center;
	font-size:18px;
}
.link button{
	background-color:#ffa929;
	border-radius:8px; line-height:50px;
	padding:0 25px; color:#fff;
	margin-left: 15%; border:0;
	cursor:pointer; transition:all 0.4s ease 0s;
}
.link button:hover,.link a:hover{
	transform:translateX(6px);
}
.items.r .link{right:0;left:inherit;}
.items.r{padding-right: 0; padding-left: 8%;}
.items.r .items-info{margin-right: 8%; margin-left:0}
.mb{margin-bottom:140px;}
#msg{display: none;}
#msg table{
	border:0; width:100%;
}
#msg td{
	padding:10px;
}
#msg td .formb,#msg td .upfile{
	border:1px solid #9ea8b5; padding:10px; border-radius:8px;
	outline:none; min-width:70%;
}
#msg td .formb:focus,#msg td .upfile:focus{
    border-color:#de5310;
    box-shadow:inset 0 2px 10px rgba(150,0,0,0.1);
}
#msg .subtdbg input{
	background-color:#0c39bc;
	border:0;color:#fff; min-width:200px;
	border-radius:8px; padding:12px 0;
}
#msg h1{text-align:center; font-size:24px;
	margin:40px 0 25px; color:#0c39bc;
}
#msg h5{text-align:center; margin-top: 30px; color:#7b859f}
#msg h5::before,#msg h5::after{
	content:'——';
	display: inline-block;
	margin:0 3px;
}
#msg p{text-align:center;}
#msg p a{
	display: inline-block;
    padding: 5px 0 5px 26px;
    background: url(../img/qq.png) left center no-repeat;
}
.message{
	width:50%!important; 
	padding-bottom:30px!important;
	border-radius:15px!important;
}

@media screen and (max-width: 1560px){ 
	.fuwu,.about,.head{
		padding-left:3%;padding-right:3%;
	}
	.fuwu .item{width:23.5%;}	
	.textcon img{width:96%;} 
	
}
@media screen and (max-width: 1280px){ 
	.case-nav{left:3%; width:280px; }
	.case-nav li{padding:10px 15px;}
	.case-nav li.active{width:310px;}
	.con.text img{width:96%;} 
	.con{padding:0 2%;}
	.con.text{width:100%}
	.menu li{padding:0 12px;}

}
@media screen and (max-width: 1024px){ 
	.fuwu .item{width:48%; margin-bottom:20px;}
	.head .tel{display:none;}
	.works li{width:360px;}
	.message{width:94%!important;}
}
@media screen and (max-width: 960px){
	.case-nav{display:none;}
	.fangan .case-t{
		left:10%;width:80%;
	}
	.head{padding:10px 3%;}
	.con{padding:0 4%;} 
	.newslist li{width:31.3%}
	.nbanner{padding-top:18%;}
	
}
@media screen and (max-width: 768px){
	.menu,.slogan,.lianxi h4{display:none;} 
	.menu.on{
		position: fixed;top:0;left:0;z-index:9;
		width:100%; height:100%;
		background-color:#0b1384; margin:0;
		display: flex; align-items:center;
		flex-flow:column wrap;
		justify-content:center;
	}
	.menu li{font-size:1.5em; line-height:2.2;}
	.head.on .menu a{color:#fff;}
	.hamburger{display:block;}
	.about p{width:100%;}
	.fa-tit{font-size:32px;}
	.title{margin:100px 3% 0;}
	.title h2,.lianxi h2{font-size:32px;}
	.lianxi h2{padding:0 8%;}
	.title h2 span{font-size:65px;}
	.banner{height:32em;}
	.txt h1{font-size:32px;}
	.txt h4{font-size:18px;}
	.foot{padding:40px 0 0;}
	.foot-logo{width:70%; margin:0 auto 10px;}
	.copyright{padding:35px 5%;}
	.w48per,.w31per{width:100%;}
	.jianjie{margin-top:50px; margin-bottom:50px;}
	.nbanner{ height:10em;background-size:auto 10em!important;}
	.gy-info{margin-bottom:25px;}
	.picList li{width:48%}
	.subnav{white-space:nowrap; overflow-x:auto;margin:0;}
	.subnav li{padding:10px;}
	.works li{width:240px;}
	.toTop{width:64px;height:64px;line-height:64px;}
	.lianxi{padding:0 4%;}
	.newslist li{width:48%;padding:10px;}
	.picList li .img{height:240px;}

}
@media screen and (max-width: 540px){	 
	.head{flex-wrap:wrap;}
	.logo{margin:0; width:50%;}
	.hamburger{margin-top:1px;}
	.blank{margin-right:5px; width:auto; padding:0 6%;}
	.fuwu .item{width:100%;}
	.nbanner{font-size:30px;
		height: 6em;
    background-size: auto 10em!important;
	}
	.nbanner span{display:none;}
	.nbanner p{margin:0;}
	.jianjie img{width:100%; margin-bottom:10px;}
	.tit span{display:block; line-height:1}
	.map{
		height:18em; background-size:auto 18em;
	}
	.picList li{width:100%;margin:0;} 
	
}